-
Notifications
You must be signed in to change notification settings - Fork 64
2025.08 release #1377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
JPryce-Aklundh
merged 63 commits into
neo4j:cypher-25
from
JPryce-Aklundh:2025.08_release
Sep 2, 2025
Merged
2025.08 release #1377
JPryce-Aklundh
merged 63 commits into
neo4j:cypher-25
from
JPryce-Aklundh:2025.08_release
Sep 2, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Richard Sill <[email protected]>
Co-authored-by: Reneta Popova <[email protected]>
…pression change) (neo4j#1313)
Marking 25 as prerelease will do the following: - Ensure the sitemaps extension treats Cypher 5 as the latest version, so that it will generate a sitemap from Cypher 5 content - Ensure canonical URLs in the HTML `<head>` are accurate. We can then allow new pages in Cypher 25 to be indexed, or we can index the whole of the Cypher manual.
Operations manual PRs mentioned in this PR: - neo4j/docs-operations#2153 - neo4j/docs-operations#2116 TODO: Add clarifying note on Additions page --------- Co-authored-by: Stefano Ottolenghi <[email protected]>
Bumps the dev-dependencies group with 2 updates: [express](https://github.com/expressjs/express) and [nodemon](https://github.com/remy/nodemon). Updates `express` from 4.21.0 to 5.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/releases">express's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Update captains by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6027">expressjs/express#6027</a></li> <li>build: Node.js 23.0 by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6075">expressjs/express#6075</a></li> <li>Add funding field (v5) by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6064">expressjs/express#6064</a></li> <li>✅ add discarded middleware test by <a href="https://github.com/ctcpip"><code>@ctcpip</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5819">expressjs/express#5819</a></li> <li>update homepage link http to https by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5920">expressjs/express#5920</a></li> <li>Improve readme by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5994">expressjs/express#5994</a></li> <li>Add bjohansebas as repo captain for expressjs.com by <a href="https://github.com/crandmck"><code>@crandmck</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6058">expressjs/express#6058</a></li> <li>Remove Object.setPrototypeOf polyfill by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6081">expressjs/express#6081</a></li> <li>fix(buffer): use node:buffer instead of safe-buffer by <a href="https://github.com/bhavya3024"><code>@bhavya3024</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6071">expressjs/express#6071</a></li> <li>docs: Add DCO by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6048">expressjs/express#6048</a></li> <li>cleanup: remove promise support check from tests by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6148">expressjs/express#6148</a></li> <li>Use loop for acceptParams by <a href="https://github.com/blakeembrey"><code>@blakeembrey</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6066">expressjs/express#6066</a></li> <li>Improve documentation step in release process by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6150">expressjs/express#6150</a></li> <li>cleanup: remove unnecessary require for global Buffer by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6146">expressjs/express#6146</a></li> <li>cleanup: remove AsyncLocalStorage check by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6147">expressjs/express#6147</a></li> <li>update history.md for acceptParams change by <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6177">expressjs/express#6177</a></li> <li>docs: add <a href="https://github.com/rxmarbles"><code>@rxmarbles</code></a> to the triage team by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6151">expressjs/express#6151</a></li> <li>refactor: improve readability by <a href="https://github.com/sazk07"><code>@sazk07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6173">expressjs/express#6173</a></li> <li>docs: clarify the security process in the triage role by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6217">expressjs/express#6217</a></li> <li>chore: replace <code>methods</code> dependency with standard library by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6196">expressjs/express#6196</a></li> <li>Remove <code>utils-merge</code> dependency - use spread syntax instead by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6091">expressjs/express#6091</a></li> <li>fix(securite): fix vulnerabilities by <a href="https://github.com/Abdel-Monaam-Aouini"><code>@Abdel-Monaam-Aouini</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6211">expressjs/express#6211</a></li> <li>refactor: prefix built-in node module imports by <a href="https://github.com/slagiewka"><code>@slagiewka</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6236">expressjs/express#6236</a></li> <li>fix: remove download size badges by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6266">expressjs/express#6266</a></li> <li>Remove unused <code>depd</code> dependency by <a href="https://github.com/jonkoops"><code>@jonkoops</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6197">expressjs/express#6197</a></li> <li>fix: usage of <code>Invalid action input 'persist-credentials'</code> for <code>actions/setup-node@v4</code> in <code>ci.yml</code> by <a href="https://github.com/hamirmahal"><code>@hamirmahal</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6256">expressjs/express#6256</a></li> <li>Add support for OSSF scorecard reporting by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/5431">expressjs/express#5431</a></li> <li>docs: add <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> to the triage team by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6276">expressjs/express#6276</a></li> <li>fix: added a missing semicolon in css styles in examples/auth by <a href="https://github.com/pr4j3sh"><code>@pr4j3sh</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6297">expressjs/express#6297</a></li> <li>docs: include team email in the security policy by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6278">expressjs/express#6278</a></li> <li>refactor: simplify <code>normalizeTypes</code> function by <a href="https://github.com/Ayoub-Mabrouk"><code>@Ayoub-Mabrouk</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6097">expressjs/express#6097</a></li> <li>ci: updated github actions ci workflow by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6314">expressjs/express#6314</a></li> <li>ci: fix npm install --include typo by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6324">expressjs/express#6324</a></li> <li>ci: updated scorecard actions by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6322">expressjs/express#6322</a></li> <li>build(deps): use carat notation for dependency versions by <a href="https://github.com/dpopp07"><code>@dpopp07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6317">expressjs/express#6317</a></li> <li>chore(deps): update <code>debug</code> to ^4.4.0 by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6313">expressjs/express#6313</a></li> <li>docs: retroactively note 5.0.0-beta.1 api change in history file by <a href="https://github.com/dpopp07"><code>@dpopp07</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6333">expressjs/express#6333</a></li> <li>feat(deps): body-parser@^2.1.0 by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6332">expressjs/express#6332</a></li> <li>feat(deps): router@^2.1.0 by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6331">expressjs/express#6331</a></li> <li>Update repo captains by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6234">expressjs/express#6234</a></li> <li>deps: upgrade nyc by <a href="https://github.com/agungjati"><code>@agungjati</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6122">expressjs/express#6122</a></li> <li>fix (deps): update deps by <a href="https://github.com/wesleytodd"><code>@wesleytodd</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6337">expressjs/express#6337</a></li> <li>response: add support for ETag option in res.sendFile by <a href="https://github.com/juanarbol"><code>@juanarbol</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6073">expressjs/express#6073</a></li> <li>Update multiple links to use <code>https</code> instead of <code>http</code> by <a href="https://github.com/Phillip9587"><code>@Phillip9587</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6338">expressjs/express#6338</a></li> <li>Extend res.links() to allow adding multiple links with the same rel <a href="https://redirect.github.com/expressjs/express/issues/2729">#2729</a> by <a href="https://github.com/andvea"><code>@andvea</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/4885">expressjs/express#4885</a></li> <li>docs: update emeritus triagers by <a href="https://github.com/UlisesGascon"><code>@UlisesGascon</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6345">expressjs/express#6345</a></li> <li>docs: update guidance for triager nominations by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6349">expressjs/express#6349</a></li> <li>docs: clarify guidelines for becoming a committer by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/expressjs/express/pull/6364">expressjs/express#6364</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/expressjs/express/blob/master/History.md">express's changelog</a>.</em></p> <blockquote> <h1>5.1.0 / 2025-03-31</h1> <ul> <li>Add support for <code>Uint8Array</code> in <code>res.send()</code></li> <li>Add support for ETag option in <code>res.sendFile()</code></li> <li>Add support for multiple links with the same rel in <code>res.links()</code></li> <li>Add funding field to package.json</li> <li>perf: use loop for acceptParams</li> <li>refactor: prefix built-in node module imports</li> <li>deps: remove <code>setprototypeof</code></li> <li>deps: remove <code>safe-buffer</code></li> <li>deps: remove <code>utils-merge</code></li> <li>deps: remove <code>methods</code></li> <li>deps: remove <code>depd</code></li> <li>deps: <code>debug@^4.4.0</code></li> <li>deps: <code>body-parser@^2.2.0</code></li> <li>deps: <code>router@^2.2.0</code></li> <li>deps: <code>content-type@^1.0.5</code></li> <li>deps: <code>finalhandler@^2.1.0</code></li> <li>deps: <code>qs@^6.14.0</code></li> <li>deps: <code>[email protected]</code></li> <li>deps: <code>[email protected]</code></li> </ul> <h1>5.0.1 / 2024-10-08</h1> <ul> <li>Update <code>cookie</code> semver lock to address <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764">CVE-2024-47764</a></li> </ul> <h1>5.0.0 / 2024-09-10</h1> <ul> <li>remove: <ul> <li><code>path-is-absolute</code> dependency - use <code>path.isAbsolute</code> instead</li> </ul> </li> <li>breaking: <ul> <li><code>res.status()</code> accepts only integers, and input must be greater than 99 and less than 1000 <ul> <li>will throw a <code>RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.</code> for inputs outside this range</li> <li>will throw a <code>TypeError: Invalid status code: ${code}. Status code must be an integer.</code> for non integer inputs</li> </ul> </li> <li>deps: [email protected]</li> <li><code>res.redirect('back')</code> and <code>res.location('back')</code> is no longer a supported magic string, explicitly use <code>req.get('Referrer') || '/'</code>.</li> </ul> </li> <li>change: <ul> <li><code>res.clearCookie</code> will ignore user provided <code>maxAge</code> and <code>expires</code> options</li> </ul> </li> <li>deps: cookie-signature@^1.2.1</li> <li>deps: [email protected]</li> <li>deps: merge-descriptors@^2.0.0</li> <li>deps: serve-static@^2.1.0</li> <li>deps: [email protected]</li> <li>deps: accepts@^2.0.0</li> <li>deps: mime-types@^3.0.0 <ul> <li><code>application/javascript</code> => <code>text/javascript</code></li> </ul> </li> <li>deps: type-is@^2.0.0</li> <li>deps: content-disposition@^1.0.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/expressjs/express/commit/cd7d4397c398a3f3ecadeaf9ef6ac1377bd414c4"><code>cd7d439</code></a> 5.1.0</li> <li><a href="https://github.com/expressjs/express/commit/4c4f3ea1059319d217dbb8177dfec902d2917424"><code>4c4f3ea</code></a> fix(deps): serve-static@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6418">#6418</a>)</li> <li><a href="https://github.com/expressjs/express/commit/cb4c56e9a7ebc208730886e010b75475bf816fd9"><code>cb4c56e</code></a> fix(docs): remove <a href="https://github.com/mertcanaltin"><code>@mertcanaltin</code></a> from Triagers (<a href="https://redirect.github.com/expressjs/express/issues/6408">#6408</a>)</li> <li><a href="https://github.com/expressjs/express/commit/7b44e1d8501d7b8a15de5bbee7d10a67d86f2630"><code>7b44e1d</code></a> ci: use full SHAs for github action versions</li> <li><a href="https://github.com/expressjs/express/commit/eb6d12587a2fdb907bd91cbedcd3b92f434fadd0"><code>eb6d125</code></a> deps: router@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6417">#6417</a>)</li> <li><a href="https://github.com/expressjs/express/commit/f1a2dc884de77fe9e84cdc8807407bd57a2e1008"><code>f1a2dc8</code></a> deps: type-is@^2.0.1 (<a href="https://redirect.github.com/expressjs/express/issues/6420">#6420</a>)</li> <li><a href="https://github.com/expressjs/express/commit/6b51e8ef979d0aa6dc42ee0d61c8eb4c3e3196df"><code>6b51e8e</code></a> deps: body-parser@^2.2.0 (<a href="https://redirect.github.com/expressjs/express/issues/6419">#6419</a>)</li> <li><a href="https://github.com/expressjs/express/commit/1f311c59d4b9cb94562ae0dd9917351e556f1602"><code>1f311c5</code></a> build(deps-dev): bump cookie-session from 2.0.0 to 2.1.0 (<a href="https://redirect.github.com/expressjs/express/issues/6399">#6399</a>)</li> <li><a href="https://github.com/expressjs/express/commit/9e97144222cb4c29df0a96b689781e87fc3e781c"><code>9e97144</code></a> feat(deps): [email protected] (<a href="https://redirect.github.com/expressjs/express/issues/6373">#6373</a>)</li> <li><a href="https://github.com/expressjs/express/commit/29d09803c11641d910107793947cefe4c0133358"><code>29d0980</code></a> build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (<a href="https://redirect.github.com/expressjs/express/issues/6397">#6397</a>)</li> <li>Additional commits viewable in <a href="https://github.com/expressjs/express/compare/4.21.0...v5.1.0">compare view</a></li> </ul> </details> <br /> Updates `nodemon` from 3.1.7 to 3.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p> <blockquote> <h2>v3.1.10</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10">3.1.10</a> (2025-04-23)</h2> <h3>Bug Fixes</h3> <ul> <li>update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>) (<a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e">297c7c7</a>), closes <a href="https://redirect.github.com/remy/nodemon/issues/2231">#2231</a></li> </ul> <h2>v3.1.9</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.8...v3.1.9">3.1.9</a> (2024-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>maintain backward support for <code>exitcrash</code> (<a href="https://github.com/remy/nodemon/commit/9c9de6eb075c62650145bfebfac3680923f172d6">9c9de6e</a>)</li> </ul> <h2>v3.1.8</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.7...v3.1.8">3.1.8</a> (2024-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>types updated (<a href="https://github.com/remy/nodemon/commit/cb91187ef6243d76d9fb641af7acd2a5fbd1e406">cb91187</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e"><code>297c7c7</code></a> fix: update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/f7661d942128299993342ae115da813cc2a732cd"><code>f7661d9</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/8fc12e862ff7b2a84900abcc068c4085080074af"><code>8fc12e8</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/8b535a0f1c9608894e882fe1b3209c1c820441d7"><code>8b535a0</code></a> chore: fix JQ rendering for site</li> <li><a href="https://github.com/remy/nodemon/commit/59d53500cf16b0705856f4c607049b9d0c1b45af"><code>59d5350</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/9954aff2075380825bba2cf7054c0da37269a6e0"><code>9954aff</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/d147fb652f812eabb6a64a16353e6b9f28a04463"><code>d147fb6</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/53d2dfdf6377189068ad263af078587a0e282571"><code>53d2dfd</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/60f147484d720fde5baf845ad66fb6d7da302f9c"><code>60f1474</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/af51f773659a9bfb448d736c6fd78855ff922d2d"><code>af51f77</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.7...v3.1.10">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the prod-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@antora/cli](https://gitlab.com/antora/antora) | `3.1.9` | `3.1.10` | | [@antora/site-generator-default](https://gitlab.com/antora/antora) | `3.1.9` | `3.1.10` | | @neo4j-antora/antora-add-notes | `0.3.1` | `0.3.2` | | @neo4j-antora/antora-modify-sitemaps | `0.4.4` | `0.7.1` | | @neo4j-antora/antora-table-footnotes | `0.3.2` | `0.3.3` | Updates `@antora/cli` from 3.1.9 to 3.1.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc"><code>@antora/cli</code>'s changelog</a>.</em></p> <blockquote> <p>= Antora Changelog</p> <p>This document provides a summary of all notable changes to the core Antora components by release. For a detailed view of what's changed, refer to the repository's <a href="https://gitlab.com/antora/antora/commits/main%5Bcommit">https://gitlab.com/antora/antora/commits/main[commit</a> history].</p> <p>This project utilizes semantic versioning.</p> <p>== Unreleased</p> <p>=== Added</p> <ul> <li><em>page-composer</em>: Add <code>file</code> property to UI model of page that resolves to raw virtual file of page (<a href="https://gitlab.com/antora/antora/issues/1165">#1165</a>)</li> <li><em>page-composer</em>: Add built-in <code>resolveResource</code> UI helper to resolve raw virtual file of resource by reference (<a href="https://gitlab.com/antora/antora/issues/1167">#1167</a>)</li> </ul> <p>=== Changed</p> <ul> <li><em>page-composer</em>: <code>resolvePage</code> and <code>resolvePageURL</code> helpers resolve current page when called with no arguments (<a href="https://gitlab.com/antora/antora/issues/1166">#1166</a>)</li> </ul> <p>=== Fixed</p> <ul> <li><em>page-composer</em>: Fix crash if <code>resolvePage</code> or <code>resolvePageURL</code> helpers are called with no arguments</li> <li><em>asciidoc-loader</em>: Restore support for relative path token for include file in example or partial family (<a href="https://gitlab.com/antora/antora/issues/1173">#1173</a>)</li> </ul> <p>== 3.2.0-alpha.8 (2024-12-05)</p> <p>=== Changed</p> <ul> <li><em>content-aggregator</em>: Don't apply camelCase transformation to descendant keys of the <code>ext</code> key in component version descriptor (<a href="https://gitlab.com/antora/antora/issues/1145">#1145</a>)</li> <li><em>content-aggregator</em>: Include <code>-</code> segment in edit URL for file hosted on gitlab.com to avoid redirct</li> <li>Apply code formatting changes to comply with biome toolchain (<a href="https://gitlab.com/antora/antora/issues/1157">#1157</a>)</li> <li>Add directory property to repository entry in package files</li> <li>Upgrade <code>@antora/expand-path-helper</code> to 3.0.x (content-aggregator, ui-loader, file-publisher, logger)</li> <li>Upgrade <code>@antora/user-require-helper</code> to 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)</li> </ul> <p>=== Fixed</p> <ul> <li><em>content-aggregator</em>: Gracefully handle case when value of nav key in component version descriptor is not an array (<a href="https://gitlab.com/antora/antora/issues/1147">#1147</a>)</li> <li><em>page-composer</em>: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (<a href="https://gitlab.com/antora/antora/issues/1159">#1159</a>)</li> <li><em>site-generator</em>: Fully support static register method on Class or Object exported by extension (<a href="https://gitlab.com/antora/antora/issues/1158">#1158</a>)</li> </ul> <p>== 3.2.0-alpha.7 (2024-12-05)</p> <p><em>Release failed.</em></p> <p>== 3.2.0-alpha.6 (2024-07-23)</p> <p>=== Changed</p> <ul> <li>Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/antora/antora/commit/854ac81ffb4387f9cd6d869d3ee5729a978f63c7"><code>854ac81</code></a> release 3.1.10</li> <li><a href="https://gitlab.com/antora/antora/commit/af08e082ae27a2ddbb8b5dd6a81be19487595216"><code>af08e08</code></a> fix issue references on what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/43cdee8610e3433de3cae0f131ee4eb1fdf6cc4f"><code>43cdee8</code></a> fix broken internal reference on images page</li> <li><a href="https://gitlab.com/antora/antora/commit/36207a59daec2bdfbc7102163f285f3d31d69751"><code>36207a5</code></a> add section to images page to document how to make a link to an image</li> <li><a href="https://gitlab.com/antora/antora/commit/ca6a33d5d5e5871c5b5e405a7322cfb72abeb58b"><code>ca6a33d</code></a> improve introduction of images and attachment by mentioning use of xref macro</li> <li><a href="https://gitlab.com/antora/antora/commit/3bab6c658e089a184675fe268acca945d78507e6"><code>3bab6c6</code></a> mention that xref can be used to create a link to an image</li> <li><a href="https://gitlab.com/antora/antora/commit/c741759f797a3713c273d676eb629700053a4994"><code>c741759</code></a> update what's new page for upcoming 3.1.10 release</li> <li><a href="https://gitlab.com/antora/antora/commit/5742a22b65d1577d71d1fb59d014ba2df607717b"><code>5742a22</code></a> fix issue references in CHANGELOG [skip ci]</li> <li><a href="https://gitlab.com/antora/antora/commit/6b67ddcddb0da15b4035cca44b1b2b87496a2d36"><code>6b67ddc</code></a> allow coverage npm script to be run per package and document how to invoke it...</li> <li><a href="https://gitlab.com/antora/antora/commit/62806873a55a245beaae5f96d9ab83a3003d000e"><code>6280687</code></a> use curl to fetch the release script instead of wget [skip ci]</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.9...v3.1.10">compare view</a></li> </ul> </details> <br /> Updates `@antora/site-generator-default` from 3.1.9 to 3.1.10 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc"><code>@antora/site-generator-default</code>'s changelog</a>.</em></p> <blockquote> <p>= Antora Changelog</p> <p>This document provides a summary of all notable changes to the core Antora components by release. For a detailed view of what's changed, refer to the repository's <a href="https://gitlab.com/antora/antora/commits/main%5Bcommit">https://gitlab.com/antora/antora/commits/main[commit</a> history].</p> <p>This project utilizes semantic versioning.</p> <p>== Unreleased</p> <p>=== Added</p> <ul> <li><em>page-composer</em>: Add <code>file</code> property to UI model of page that resolves to raw virtual file of page (<a href="https://gitlab.com/antora/antora/issues/1165">#1165</a>)</li> <li><em>page-composer</em>: Add built-in <code>resolveResource</code> UI helper to resolve raw virtual file of resource by reference (<a href="https://gitlab.com/antora/antora/issues/1167">#1167</a>)</li> </ul> <p>=== Changed</p> <ul> <li><em>page-composer</em>: <code>resolvePage</code> and <code>resolvePageURL</code> helpers resolve current page when called with no arguments (<a href="https://gitlab.com/antora/antora/issues/1166">#1166</a>)</li> </ul> <p>=== Fixed</p> <ul> <li><em>page-composer</em>: Fix crash if <code>resolvePage</code> or <code>resolvePageURL</code> helpers are called with no arguments</li> <li><em>asciidoc-loader</em>: Restore support for relative path token for include file in example or partial family (<a href="https://gitlab.com/antora/antora/issues/1173">#1173</a>)</li> </ul> <p>== 3.2.0-alpha.8 (2024-12-05)</p> <p>=== Changed</p> <ul> <li><em>content-aggregator</em>: Don't apply camelCase transformation to descendant keys of the <code>ext</code> key in component version descriptor (<a href="https://gitlab.com/antora/antora/issues/1145">#1145</a>)</li> <li><em>content-aggregator</em>: Include <code>-</code> segment in edit URL for file hosted on gitlab.com to avoid redirct</li> <li>Apply code formatting changes to comply with biome toolchain (<a href="https://gitlab.com/antora/antora/issues/1157">#1157</a>)</li> <li>Add directory property to repository entry in package files</li> <li>Upgrade <code>@antora/expand-path-helper</code> to 3.0.x (content-aggregator, ui-loader, file-publisher, logger)</li> <li>Upgrade <code>@antora/user-require-helper</code> to 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)</li> </ul> <p>=== Fixed</p> <ul> <li><em>content-aggregator</em>: Gracefully handle case when value of nav key in component version descriptor is not an array (<a href="https://gitlab.com/antora/antora/issues/1147">#1147</a>)</li> <li><em>page-composer</em>: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (<a href="https://gitlab.com/antora/antora/issues/1159">#1159</a>)</li> <li><em>site-generator</em>: Fully support static register method on Class or Object exported by extension (<a href="https://gitlab.com/antora/antora/issues/1158">#1158</a>)</li> </ul> <p>== 3.2.0-alpha.7 (2024-12-05)</p> <p><em>Release failed.</em></p> <p>== 3.2.0-alpha.6 (2024-07-23)</p> <p>=== Changed</p> <ul> <li>Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/antora/antora/commit/854ac81ffb4387f9cd6d869d3ee5729a978f63c7"><code>854ac81</code></a> release 3.1.10</li> <li><a href="https://gitlab.com/antora/antora/commit/af08e082ae27a2ddbb8b5dd6a81be19487595216"><code>af08e08</code></a> fix issue references on what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/43cdee8610e3433de3cae0f131ee4eb1fdf6cc4f"><code>43cdee8</code></a> fix broken internal reference on images page</li> <li><a href="https://gitlab.com/antora/antora/commit/36207a59daec2bdfbc7102163f285f3d31d69751"><code>36207a5</code></a> add section to images page to document how to make a link to an image</li> <li><a href="https://gitlab.com/antora/antora/commit/ca6a33d5d5e5871c5b5e405a7322cfb72abeb58b"><code>ca6a33d</code></a> improve introduction of images and attachment by mentioning use of xref macro</li> <li><a href="https://gitlab.com/antora/antora/commit/3bab6c658e089a184675fe268acca945d78507e6"><code>3bab6c6</code></a> mention that xref can be used to create a link to an image</li> <li><a href="https://gitlab.com/antora/antora/commit/c741759f797a3713c273d676eb629700053a4994"><code>c741759</code></a> update what's new page for upcoming 3.1.10 release</li> <li><a href="https://gitlab.com/antora/antora/commit/5742a22b65d1577d71d1fb59d014ba2df607717b"><code>5742a22</code></a> fix issue references in CHANGELOG [skip ci]</li> <li><a href="https://gitlab.com/antora/antora/commit/6b67ddcddb0da15b4035cca44b1b2b87496a2d36"><code>6b67ddc</code></a> allow coverage npm script to be run per package and document how to invoke it...</li> <li><a href="https://gitlab.com/antora/antora/commit/62806873a55a245beaae5f96d9ab83a3003d000e"><code>6280687</code></a> use curl to fetch the release script instead of wget [skip ci]</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.9...v3.1.10">compare view</a></li> </ul> </details> <br /> Updates `@neo4j-antora/antora-add-notes` from 0.3.1 to 0.3.2 Updates `@neo4j-antora/antora-modify-sitemaps` from 0.4.4 to 0.7.1 Updates `@neo4j-antora/antora-table-footnotes` from 0.3.2 to 0.3.3 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
see also: neo4j/docs-status-codes#340 --------- Co-authored-by: Jens Pryce-Åklundh <[email protected]>
This should be added to the Cypher 5 page as well (as new to Cypher 5). --------- Co-authored-by: Therese Magnusson <[email protected]>
Extend clause composition docs to also include Write-Read conflicts instead of only Read-Write conflicts Co-authored-by: Richard Sill <[email protected]>
… Manual and Upgrade and migration guide (neo4j#1327) Co-authored-by: Richard Sill <[email protected]> Co-authored-by: Therese Magnusson <[email protected]>
[Neo4j PR](neo-technology/neo4j#32037) --------- Co-authored-by: Richard Sill <[email protected]>
I wasn't sure how much to add for this feature, it is good to be mentioned, but as we have no central place for dynamic labels and types it makes it tricky to find good places to add it --------- Co-authored-by: Richard Sill <[email protected]>
All the description of the operator should be applicable independent of the traversal path mode. In EXPLAIN outputs, the parameter will be included, though. I have left the description in the additions document, as this is how it was introduced. Maybe we should rename it there as well. Co-authored-by: Richard Sill <[email protected]>
Bumps the prod-dependencies group with 2 updates: [@antora/cli](https://gitlab.com/antora/antora) and [@antora/site-generator-default](https://gitlab.com/antora/antora). Updates `@antora/cli` from 3.1.10 to 3.1.12 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/antora/antora/commit/0fd8b9c95523dbc3cf94e87ce3ff277023d72d8b"><code>0fd8b9c</code></a> release 3.1.12</li> <li><a href="https://gitlab.com/antora/antora/commit/e413f5003a562669ef782c4b68670314006749d4"><code>e413f50</code></a> update what's new for upcoming 3.1.12 release</li> <li><a href="https://gitlab.com/antora/antora/commit/02d1fc252f73e9cc60fdca96edda424cd2dfdb9f"><code>02d1fc2</code></a> populate what's new page for upcoming 3.1.11 release [skip ci]</li> <li><a href="https://gitlab.com/antora/antora/commit/b03494613099e19ee9fbb5a63d6344c966a9618a"><code>b034946</code></a> refresh dependency lock file</li> <li><a href="https://gitlab.com/antora/antora/commit/418f9c0136bb4389ecbcf6f1e551e8b47b7e534b"><code>418f9c0</code></a> backport fix for <a href="https://gitlab.com/antora/antora/issues/1179">#1179</a> skip check for remote branches in non-managed reposito...</li> <li><a href="https://gitlab.com/antora/antora/commit/93a17198a3788252f4bd65094410bf05d67c6305"><code>93a1719</code></a> remove unused remoteName parameter in selectStartPaths function</li> <li><a href="https://gitlab.com/antora/antora/commit/1475f94a3bc1a282461031a9920ab1580dc9e0c5"><code>1475f94</code></a> move credential URLs to separate section on private repository auth page</li> <li><a href="https://gitlab.com/antora/antora/commit/ea029092153182ed29820fe1bad039e32bf7ebd0"><code>ea02909</code></a> clarify that credentials entry with repository path takes precedence</li> <li><a href="https://gitlab.com/antora/antora/commit/db945677e6796872ccaf566bf5a9cb83b1b1bb1d"><code>db94567</code></a> show full code for system git credential manager to make it easier to copy; s...</li> <li><a href="https://gitlab.com/antora/antora/commit/c865d4e02e91bc5d168d0a260ad5a61fafefc8de"><code>c865d4e</code></a> clarify that the require helper has a fallback</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.10...v3.1.12">compare view</a></li> </ul> </details> <br /> Updates `@antora/site-generator-default` from 3.1.10 to 3.1.12 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/antora/antora/commit/0fd8b9c95523dbc3cf94e87ce3ff277023d72d8b"><code>0fd8b9c</code></a> release 3.1.12</li> <li><a href="https://gitlab.com/antora/antora/commit/e413f5003a562669ef782c4b68670314006749d4"><code>e413f50</code></a> update what's new for upcoming 3.1.12 release</li> <li><a href="https://gitlab.com/antora/antora/commit/02d1fc252f73e9cc60fdca96edda424cd2dfdb9f"><code>02d1fc2</code></a> populate what's new page for upcoming 3.1.11 release [skip ci]</li> <li><a href="https://gitlab.com/antora/antora/commit/b03494613099e19ee9fbb5a63d6344c966a9618a"><code>b034946</code></a> refresh dependency lock file</li> <li><a href="https://gitlab.com/antora/antora/commit/418f9c0136bb4389ecbcf6f1e551e8b47b7e534b"><code>418f9c0</code></a> backport fix for <a href="https://gitlab.com/antora/antora/issues/1179">#1179</a> skip check for remote branches in non-managed reposito...</li> <li><a href="https://gitlab.com/antora/antora/commit/93a17198a3788252f4bd65094410bf05d67c6305"><code>93a1719</code></a> remove unused remoteName parameter in selectStartPaths function</li> <li><a href="https://gitlab.com/antora/antora/commit/1475f94a3bc1a282461031a9920ab1580dc9e0c5"><code>1475f94</code></a> move credential URLs to separate section on private repository auth page</li> <li><a href="https://gitlab.com/antora/antora/commit/ea029092153182ed29820fe1bad039e32bf7ebd0"><code>ea02909</code></a> clarify that credentials entry with repository path takes precedence</li> <li><a href="https://gitlab.com/antora/antora/commit/db945677e6796872ccaf566bf5a9cb83b1b1bb1d"><code>db94567</code></a> show full code for system git credential manager to make it easier to copy; s...</li> <li><a href="https://gitlab.com/antora/antora/commit/c865d4e02e91bc5d168d0a260ad5a61fafefc8de"><code>c865d4e</code></a> clarify that the require helper has a fallback</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.10...v3.1.12">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Applies to both Cypher 5 and Cypher 25
Cypher 5 and Cypher 25
Adding section on by-table semantics for NEXT, removing the section on known limitations. --------- Co-authored-by: Richard Sill <[email protected]> Co-authored-by: Hannes Voigt <[email protected]> Co-authored-by: hvub <[email protected]> Co-authored-by: Richard Sill <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]>
…values are used (neo4j#1365)
…use legacy operator (neo4j#1371)
…prod-dependencies group (neo4j#1372) Bumps the prod-dependencies group with 1 update: @neo4j-antora/antora-modify-sitemaps. Updates `@neo4j-antora/antora-modify-sitemaps` from 0.7.1 to 0.7.2 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Pryce-Åklundh <[email protected]>
Collaborator
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.